-
Notifications
You must be signed in to change notification settings - Fork 65
chore(deps): update all non-major dependencies #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9c4e39b
to
5bfebea
Compare
5bfebea
to
7804f68
Compare
7804f68
to
2d975ff
Compare
2d975ff
to
0104ff1
Compare
0104ff1
to
8120e32
Compare
8120e32
to
5ec9f5e
Compare
5ec9f5e
to
efcb3b7
Compare
efcb3b7
to
1a61aec
Compare
1a61aec
to
cf8e7f8
Compare
cf8e7f8
to
2b13cf8
Compare
b466083
to
708340b
Compare
708340b
to
77f61a4
Compare
77f61a4
to
4a81111
Compare
4a81111
to
3e2b265
Compare
3e2b265
to
573fa83
Compare
573fa83
to
1363207
Compare
1363207
to
c785da1
Compare
c785da1
to
b7ce0e4
Compare
b7ce0e4
to
da99e56
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.41
->^1.2.43
^7.0.0
->^7.4.0
^0.1.0
->^0.1.2
^8.35.1
->^8.37.0
^2.0.11
->^2.0.12
^2.0.3
->^2.0.12
^0.6.1
->^0.6.2
9.30.1
->9.31.0
^1.53.2
->^1.54.1
10.12.4
->10.13.1
3.7.0
->3.8.0
^3.7.0
->^3.8.0
5.8.2
->5.8.3
^2.0.11
->^2.0.12
^1.16.0
->^1.16.1
Release Notes
stripe/stripe-js (@stripe/stripe-js)
v7.4.0
Compare Source
New features
v7.3.1
Compare Source
Changed
v7.3.0
Compare Source
New features
Fixes
Changed
v7.2.0
Compare Source
Changed
v7.1.0
Compare Source
New features
typescript-eslint/typescript-eslint (@typescript-eslint/typescript-estree)
v8.37.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.36.0
Compare Source
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
unjs/unhead (@unhead/vue)
v2.0.12
Compare Source
🐞 Bug Fixes
View changes on GitHub
unjs/changelogen (changelogen)
v0.6.2
Compare Source
compare changes
🩹 Fixes
hideAuthorEmail
arg (#275)📖 Documentation
🌊 Types
config.types
acceptboolean
value (#278)🏡 Chore
❤️ Contributors
eslint/eslint (eslint)
v9.31.0
Compare Source
microsoft/playwright (playwright-core)
v1.54.1
Compare Source
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v10.13.1
Compare Source
Patch Changes
v10.13.0
Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfile
setting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjs
file from any config dependency named@pnpm/plugin-*
orpnpm-plugin-*
#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjs
files in the config dependencies can be explicitly listed using thepnpmfile
setting inpnpm-workspace.yaml
.Patch Changes
pkg.pr.new
, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds
,onlyBuiltDependencies
,onlyBuiltDependenciesFile
, andneverBuiltDependencies
#9628.pnpm-workspace.yaml
with deep #9701.pnpm rebuild
command should not add pkgs included inignoredBuiltDependencies
toignoredBuilds
innode_modules/.modules.yaml
#9338.shell-quote
withshlex
for quoting command arguments #9381.shikijs/shiki (shiki)
v3.8.0
Compare Source
🚀 Features
View changes on GitHub
unjs/unstorage (unstorage)
v1.16.1
Compare Source
compare changes
🔥 Performance
getItems
andsetItems
(#641)getItems
(#642)🩹 Fixes
prefixStorage
type compatibility (#630)200
for delete response for better compatibility (#636)user-agent
header (#644)💅 Refactors
@netlify/blobs
v9 and v10 as peer dependency (#640)📖 Documentation
GitHub
casing (#632)📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.